home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
WebObjects
/
WebObjectsDoc_HTML
/
Reuse
/
ReusableComponentsEx
/
ReadWriteString.wo
/
ReadWriteString.wos
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-02
|
345 b
|
26 lines
////////////////////////
// ReadWriteString
// by Charles Lloyd
////////////////////////
//////////////////////
// User Inputs
//////////////////////
id value;
id fieldSize;
id isEditable;
- awake
{
value = @"Uninitialized ReadWriteString";
fieldSize = 20;
isEditable = NO;
}
- notEditable
{
return (isEditable == nil);
}